首页
PHP
Tags
php教程
最新文章列表
简体中文
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
当前位置:
首页
>
函数类别大全
>
func_get_arg
func_get_arg
返回参数列表的某一项
名称:
func_get_arg
分类:
函数处理
所属语言:
php
一句话介绍:
返回参数列表的某一项
相关内容
使用 hash_update_stream() 替代 hash_file() 的性能对比
1
使用 array_diff_ukey() 来优化数据同步逻辑
10
不理解回调函数返回值的布尔意义
5
使用 Xdebug 分析 mysqli_result 的内存占用
7
同类函数
unregister_tick_function
unregister_tick_function
取消注册每个tick上执行的函数
get_defined_functions
get_defined_functions
返回所有已定义函数的数组
call_user_func_array
call_user_func_array
调用回调函数,并把一个数组参数作为回调函
forward_static_call_array
forward_static_call_array
调用静态方法并将参数作为数组传递
register_tick_function
register_tick_function
在每个tick上注册一个执行函数
func_get_args
func_get_args
返回一个包含函数参数列表的数组
forward_static_call
forward_static_call
调用静态方法
register_shutdown_function
register_shutdown_function
注册一个会在php中止时执行的函数
热门文章